home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Suruculer ve Guncellemeler / Transdisk / dosver2 / TDGO.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-03-15  |  208 b   |  13 lines

  1. echo off
  2. set topt=
  3. :next
  4. if '%1' == ''  goto nomore
  5. if '%topt%' == '' set topt=/t:%1
  6. shift
  7. goto next
  8. :nomore
  9. echo.
  10. echo Loading TransDisk device driver now ...
  11. .\dld .\transd.sys %topt%
  12. set topt=
  13.